table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
	border-bottom: none; font-weight: normal;
}
.dataTables_filter,
.dataTables_info {
/*.dataTables_paginate {*/
	display: none;
}
.dataTables_paginate span {
	display: inline-block;
}
.dataTables_wrapper .dataTables_paginate {
	text-align: center;
}

/*toggle button*/
table.dataTable.dtr-inline.collapsed tbody td:first-child .faux-table:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child .faux-table:before {
  top: -5px;
  left: -5px;
  /*height: 15px;
  width: 15px;*/
  padding: 1px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 3px;
  text-align: center;
  line-height: 16px;
  box-shadow: none;
  box-sizing: content-box;
  content: '+';
  background-color: #FF7E2E;
  font-size:18px;
}



table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child .faux-table:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child .faux-table:before {
  content: '-';
  background-color: #888888;
  line-height: 16px;
 }

/*table parent*/
table.regular tr.parent {
	border-bottom: 0;
	background-color: #F9F9F9;
}
table.regular tr.parent td{
	background-color: #F9F9F9;
	border-left: 0;
	border-right: 0;
}
/*table child*/
table.dataTable tr.child {
	border-top: 0;
}
table.dataTable td.child {
	text-align: left;
  	background-color: #F9F9F9;
}
table.dataTable tr.child:hover {
	background-color: #F9F9F9 !important;
}
table.dataTable tr.child ul li:before{
  content: "";
  font-size: 15px;
  color: #999999;
  position: absolute;
  left: -12px;
}
table.dataTable tr.child ul li {
  border-bottom: 0;
  padding-bottom: 0;
}
table.dataTable tr.child ul li .dtr-data {
  font-size: 13px;
  font-weight: 500;
}